projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2585fcb
)
Minor Tramp doc update
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 25 Jul 2018 18:26:22 +0000
(20:26 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 25 Jul 2018 18:26:22 +0000
(20:26 +0200)
* doc/misc/tramp.texi (Frequently Asked Questions): Disable bash's
INPUTRC.
doc/misc/tramp.texi
patch
|
blob
|
history
diff --git
a/doc/misc/tramp.texi
b/doc/misc/tramp.texi
index 0cc0b49bc4f06466891391eab7ec83b5dcd50ad6..f05da84745a38201a63a569486c7a8f99cb8b0ac 100644
(file)
--- a/
doc/misc/tramp.texi
+++ b/
doc/misc/tramp.texi
@@
-3199,6
+3199,14
@@
source "$@{HOME@}/.iterm2_shell_integration.bash"
@end group
@end example
+And finally, bash's readline shall not use key bindings like
+@samp{C-j} to commands. Disable reading the readline initialization
+file:
+
+@example
+[ $TERM = "dumb" ] && INPUTRC=/dev/null
+@end example
+
@item
Echoed characters after login